diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/edp-progress/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/edp-progress/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/[lng]/evcp/(evcp)/edp-progress/page.tsx b/app/[lng]/evcp/(evcp)/edp-progress/page.tsx index 7edc52c9..fe040709 100644 --- a/app/[lng]/evcp/(evcp)/edp-progress/page.tsx +++ b/app/[lng]/evcp/(evcp)/edp-progress/page.tsx @@ -12,7 +12,7 @@ export default async function IndexPage() { <Shell className="gap-2"> <div className="flex items-center justify-between space-y-2"> <div className="flex items-center gap-2"> - <h2 className="text-2xl font-bold tracking-tight">벤더 진척도 현황</h2> + <h2 className="text-2xl font-bold tracking-tight">벤더 데이터 진척도 현황</h2> <InformationButton pagePath="evcp/edp-progress" /> </div> </div> |
